]> git.proxmox.com Git - proxmox-backup.git/history - src/cli
src/api2/admin/datastore.rs: add status api call
[proxmox-backup.git] / src / cli /
2019-07-16 Dietmar Maurersrc/cli/command.rs: add helpers/schema to format output
2019-06-25 Dietmar Maurersrc/cli/command.rs: fix ReST output format
2019-06-04 Dietmar Maurersrc/cli/command.rs: move doc generator code to src...
2019-05-23 Wolfgang BumillerRFC: schema: make enums static
2019-04-16 Wolfgang Bumillerapi_schema: allow generic api handler functions
2019-03-20 Christian EbnerCleanup of if statement with unwraps by a more compact...
2019-03-15 Dietmar Maurersrc/cli/command.rs: fix iterator usage
2019-03-12 Dietmar Maurersrc/cli/command.rs: fix completion - never display...
2019-03-12 Dietmar Maurersrc/cli/command.rs: pass parsed parameters to completio...
2019-03-12 Dietmar Maurersrc/cli/getopts.rs: factor out reusable code
2019-03-12 Dietmar Maurersrc/cli/command.rs: use a HashMap to store fixed param...
2019-03-12 Dietmar Maurersrc/cli/command.rs: improve completions
2019-03-07 Dietmar Maurersrc/cli/command.rs: print_bash_completion - avoid crash
2019-02-28 Dietmar Maurersrc/cli/command.rs: generate_usage_str() - fix option...
2019-02-28 Dietmar Maurersrc/cli/command.rs: get_schema_type_text() - display...
2019-02-26 Dietmar Maurersrc/cli/command.rs: improve generate_usage_str
2019-02-26 Dietmar Maurersrc/cli/getopts.rs: cleanup, avoid compiler warning
2019-02-26 Dietmar Maurersrc/cli/getopts.rs: support positional array arguments
2019-02-26 Dietmar Maurersrc/cli/command.rs: improve error message
2019-02-23 Dietmar Maurersrc/cli/command.rs: improve help command completion
2019-02-23 Dietmar Maurersrc/cli/command.rs: cleanup, avoid array manipulation
2019-02-23 Dietmar Maurersrc/cli/command.rs: implement bash completion for help
2019-02-23 Dietmar Maurersrc/cli/command.rs: add help command
2019-02-23 Dietmar Maurersrc/cli/command.rs::allow to generate ReST docu
2019-02-22 Dietmar Maurersrc/cli/command.rs: improve usage imformation
2019-02-22 Dietmar Maurersrc/cli/command.rs: start implementing generate_usage_str()
2019-02-22 Dietmar Maurersrc/cli/command.rs: simplify cli handler
2019-02-21 Dietmar Maurersrc/cli/getopts.rs: improve docs
2019-02-21 Dietmar Maurercleanup cli library structure
2019-02-17 Dietmar Maurerimprove api_schema module structure
2019-02-17 Dietmar Maurerrename src/api to src/api_schema
2019-01-27 Dietmar MaurerRpcEnvironment: implement set_user() and get_user()
2019-01-27 Dietmar MaurerRpcEnvironment: add environment type enum RpcEnvironmen...
2019-01-26 Dietmar Maurermove rpc environment implementation to separate files
2019-01-26 Dietmar Maurerapi: pass RpcEnvirnment to api handlers
2019-01-19 Dietmar MaurerRevert "/api/schema.rs: implement Schema::Option"
2019-01-18 Dietmar Maurer/api/schema.rs: implement Schema::Option
2019-01-17 Dietmar Maurerbin/proxmox-backup-client.rs: implement file name compl...
2019-01-03 Wolfgang Bumillercli::command: wrap usage errors in a UsageError
2018-12-16 Dietmar Maureravoid compiler warnings
2018-12-12 Dietmar Maurerimprove completion
2018-12-12 Dietmar Maurerimplement completion functions
2018-12-12 Dietmar Maurercleanup parameter types
2018-12-12 Dietmar Maurerimplement completion for enums
2018-12-12 Dietmar Maurerimprove completion
2018-12-12 Dietmar Maurerimprove bash completion
2018-12-11 Dietmar Maurerimpl bash completion: first try
2018-12-11 Dietmar Maurerinstall bash completion scripts
2018-12-11 Dietmar Maurercli/command.rs: add new type CliCommandMap
2018-12-11 Dietmar Maurerimplement builder pattern for CliCommand
2018-12-10 Dietmar Maurercli/command.rs: implement prefix match
2018-12-10 Dietmar Maurerimpl From for CommandLineInterface
2018-12-10 Dietmar Maurerrename CmdDef to CommandLineInterface
2018-12-10 Dietmar Maurersrc/cli/command.rs: move code into separate file