CLI
From APIDesign
(Difference between revisions)
(New page: Command line interface is one of the highest level API that can be surprisingly powerful as many Unix scripts using ''|'' and [[wikipedia:Grep|...) |
|||
(One intermediate revision not shown.) | |||
Line 1: | Line 1: | ||
- | [[wikipedia:Command_line_interface|Command line interface]] is one of the highest level [[API]] that can be surprisingly powerful as many [[Unix]] scripts using ''|'' and [[wikipedia:Grep|grep]] show. Meaningful command line arguments of a program is a prerequisite to good [[CLI]] - it guarantees an application can be instructed to do something. Well organized output of the application is necessary for including the application in a chain of others and processing its output by other utilities like [[wikipedia:Grep|grep]]. | + | [[wikipedia:Command_line_interface|Command line interface]] is one of the highest level [[API]] (but still a [[UI]]) that can be surprisingly powerful as many [[Unix]] scripts using ''|'' and [[wikipedia:Grep|grep]] show. Meaningful command line arguments of a program is a prerequisite to good [[CLI]] - it guarantees an application can be instructed to do something. Well organized output of the application is necessary for including the application in a chain of others and processing its output by other utilities like [[wikipedia:Grep|grep]]. |
+ | |||
+ | [[Category:APITypes]] |
Current revision
Command line interface is one of the highest level API (but still a UI) that can be surprisingly powerful as many Unix scripts using | and grep show. Meaningful command line arguments of a program is a prerequisite to good CLI - it guarantees an application can be instructed to do something. Well organized output of the application is necessary for including the application in a chain of others and processing its output by other utilities like grep.