Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-04 | T2719: add an exception hierarchy for op mode errors | Daniil Baturin | |
2022-07-20 | T2719: fix indentation in vyos.opmode | Daniil Baturin | |
2022-07-19 | T2719: patch for general support for boolean options | John Estabrook | |
Signed-off-by: Daniil Baturin <daniil@vyos.io> | |||
2022-07-05 | T2719: add general support for boolean options to generative op mode | Daniil Baturin | |
Since Python as of 3.9 doesn't give us an option to look up argument's default value by its name, this implementation requires that all boolean options must default to false. | |||
2022-06-20 | T2719: use _is_show for detecting show functions | Daniil Baturin | |
2022-06-16 | T2719: make re functions usage in vyos.opmode more consistent | Daniil Baturin | |
2022-06-15 | T2719: correctly handle the raw argument for all show_* commands | Daniil Baturin | |
2022-06-15 | T2719: handle the case when script subcommand is not given | Daniil Baturin | |
2022-06-09 | T2719: prototype of an op mode command runner | Daniil Baturin | |
based on type hints and introspection |