This specification defines Command Line Arguments level 1 (CLARG 1.0). This document aims to direct development of command line tools conform to a set of rules while parsing options.
The different type of arguments are:
- Short Option
- Long Option
| # vi: ft=dosini | |
| [user] | |
| name = Pavan Kumar Sunkara | |
| email = pavan.sss1991@gmail.com | |
| username = pksunkara | |
| [core] | |
| editor = nvim | |
| whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol | |
| pager = delta | |
| [column] |
I hereby claim:
To claim this, I am signing this object:
| '$schema' = 'https://jj-vcs.github.io/jj/latest/config-schema.json' | |
| [user] | |
| name = 'Pavan Kumar Sunkara' | |
| email = 'pavan.sss1991@gmail.com' | |
| username = 'pksunkara' | |
| [ui] | |
| default-command = 'default' | |
| editor = 'nvim' |