Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

POSIX compat #49

Open
1 of 8 tasks
felixSchl opened this issue Jun 24, 2016 · 0 comments
Open
1 of 8 tasks

POSIX compat #49

felixSchl opened this issue Jun 24, 2016 · 0 comments

Comments

@felixSchl
Copy link
Owner

felixSchl commented Jun 24, 2016

Neodoc is already mostly POSIX compatible, but there are a few things that can be improved:

  • "Options-first" on by default (guideline 9)
  • Required option arguments be separate from the option: -f BAR
    • Update notation in usage syntax (disallow no spaces)
  • Optional option arguments be the same argument as the option: -fBAR
    • Update notation in usage syntax (disallow spaces)
  • Denote options in singleton groups: [-f BAR] means [-f=BAR] (no
    option description required)
  • Allow passing negative numbers as option arguments Add support for negative numbers in adjacent position #39
  • Implement guideline 8 (also see 11)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant