]> git.proxmox.com Git - proxmox-backup.git/history - src/getopts.rs
rename src/api to src/api_schema
[proxmox-backup.git] / src / getopts.rs
2019-02-17 Dietmar Maurerrename src/api to src/api_schema
2019-01-19 Dietmar MaurerRevert "/api/schema.rs: implement Schema::Option"
2019-01-18 Dietmar Maurer/api/schema.rs: implement Schema::Option
2018-12-28 Wolfgang Bumillergetopt: cleanup: add trailing commas
2018-12-28 Wolfgang Bumillergetopt: cleanup: don't condense 'if' statements too...
2018-12-28 Wolfgang Bumillergetopt: whitespace cleanup
2018-12-28 Wolfgang Bumillergetopt: condense nested match to reduce indentation
2018-12-28 Wolfgang Bumillergetopt: let parse_arguments() take a slice of AsRef...
2018-12-28 Wolfgang Bumillergetopt: remove skip logic
2018-12-28 Wolfgang Bumillergetopt: indentation reduction
2018-12-28 Wolfgang Bumillerparse_arguments: work with utf8 bytes and reduce indent...
2018-12-07 Dietmar Maurergetopts.rs: fix test
2018-11-30 Dietmar Maurerimprove command line parser
2018-11-30 Dietmar Maurerfix compiler warnings, add storage/config.rs
2018-11-23 Dietmar Maurerimplement Into Arc<Schema>
2018-11-23 Dietmar Maurerremove parameter macro, implement ObjectSchema builder
2018-11-23 Dietmar Maurerstart using builder pattern instead of macros
2018-11-20 Dietmar Maureruse Arc pointer to properties
2018-11-18 Dietmar Maurerfix getopts when called without any argument
2018-11-18 Dietmar Maurerimpl argument parameters
2018-11-18 Dietmar Maurergetopts: more tests
2018-11-18 Dietmar Maurerimprove getopt parser
2018-11-18 Dietmar Maureruse ObjectSchema for parameters
2018-11-17 Dietmar Maureranother testcase for boolean argument parser
2018-11-17 Dietmar Maurergetopt parser fixes and cleanups
2018-11-17 Dietmar Maurergetopts: allow "-option" and "--option"
2018-11-17 Dietmar Maurergetopts: improve error handling
2018-11-16 Dietmar Maurercleanup variable names
2018-11-16 Dietmar Maurerimplement getopt parser - first try