Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A configuration file format that is the same as command-line arguments.

License

NotificationsYou must be signed in to change notification settings

TxThinkingInc/CAC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command-lineArgumentsConfiguration

A configuration file format that is the same as command-line arguments.

Specification

  1. Write all the arguments into a file, and then run the command with the filename. The effect will be the same
  2. Supports multiple arguments on separate lines
  3. Ignore blank lines and comments lines starting with#

Example

The original command and arguments

command argument1 argument2 argument3

Write all arguments to CAC file

argument1 argument2 argument3

or

argument1 argument2argument3

or

# this is commentargument1# this is comment tooargument2argument3

Run command with CAC file

command /path/to/cac

Reference implementation

PR your implementation here

About

A configuration file format that is the same as command-line arguments.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp