]> git.proxmox.com Git - proxmox-backup.git/history - src/getopts.rs
cli/command.rs: add new type CliCommandMap
[proxmox-backup.git] / src / getopts.rs
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