Tbpgr Blog

Employee Experience Engineer tbpgr(てぃーびー) のブログ

Ruby | CLI | Be Easy to Use | CommandLineを理解する | Arguments

概要

書籍 Build Awesome Command-Line Applications in Ruby2

CommandLineを理解する

詳細

Be Easy to Use | CommandLineの構成要素を理解する | Arguments

Arguments

Arguments はコマンドラインで扱う対象を表す。
典型的な例としては、ファイル名やディレクトリ名だがその内容は
各アプリケーションに依存する。

すべてのコマンドラインアプリケーションが Arguments を必要とするとは限らない。