chiark / gitweb /
cli: Add do_links parameter to setup_table
[otter.git] / cli / clisupport.rs
2022-06-12 Ian Jacksoncli: Add do_links parameter to setup_table
2022-05-04 Ian JacksonSwitch to deriving Deref
2022-03-31 Ian JacksonUse Educe to impl Default on a couple of types in clisu...
2022-03-31 Ian Jacksonclippy: Miscellaneous minor changes, and allow lints
2022-03-31 Ian Jacksontermprogress: Rename reporter() functions returning...
2022-03-06 Ian Jacksoncli: Make SubcommandProperties const-default, not just...
2021-06-07 Ian Jacksonotter cli: Move ArgumentParser out of RawArgParserContext
2021-06-07 Ian Jacksonotter cli: anyhow::Error for ArgumentParseError without...
2021-06-07 Ian Jacksonotter cli: anyhow::Error printed for ArgumentParseError...
2021-06-06 Ian Jacksonotter: Introduce RawArgParserContext
2021-06-06 Ian Jacksonotter: Introduce extra_error message hook
2021-06-06 Ian Jacksonotter: Rework run_ap_completer into argparse_more
2021-06-06 Ian Jacksonotter: Break out ArgumentParseError::report
2021-06-06 Ian Jacksonotter: Break out run_ap_completer
2021-06-06 Ian Jacksonotter: Break out run_argparse
2021-06-02 Ian JacksonMove more to clisupport.rs
2021-06-02 Ian JacksonBreak out clisupport.rs