Commit Graph
169 Commits
Author SHA1 Message Date
steven-omaha 60b850316c chore: Release 2023-02-23 22:03:14 +01:00
steven-omaha d45cdc4eae fix 'group new' subcommand 2023-02-23 22:02:15 +01:00
steven-omaha dca0895b39 add auto-generated zsh completion 2023-02-23 21:47:03 +01:00
steven-omaha 7f4f4ba09e add better version string 2023-02-23 21:30:19 +01:00
steven-omaha 752bd2028b remove unnecessary lint 2023-02-23 17:45:58 +01:00
steven-omaha 7e73cc886d fix docstrings 2023-02-23 17:00:13 +01:00
steven-omaha d409e9d411 add docstrings 2023-02-23 16:56:15 +01:00
steven-omaha c700784d52 rename Backend::as_any to as_any_mut 2023-02-23 15:37:43 +01:00
steven-omaha e7177364dd make todo use section for reporting 2023-02-23 15:33:05 +01:00
steven-omaha 2b7c2b39a6 make arch report actual binary in use 2023-02-23 15:32:55 +01:00
steven-omaha 4a0ced581d clean up overwriting arch config 2023-02-23 15:32:02 +01:00
steven-omaha ee4fd5da37 use downcasting for configuring backend objects 2023-02-23 14:23:04 +01:00
steven-omaha 53091759e5 chore: Release 2023-02-23 13:15:43 +01:00
steven-omaha ed9ed4f589 show transition information when new version runs for first time 2023-02-23 13:12:25 +01:00
steven-omaha d064416a37 format docstrings (still WIP) 2023-02-23 12:11:45 +01:00
steven-omaha 100ee9bef9 start reworking config loading (for transition) WIP 2023-02-23 12:09:09 +01:00
steven-omaha 487101c2ec chore: Release 2023-02-23 11:34:18 +01:00
steven-omaha d1e289d086 version bump to 1.0.0-beta.10 2023-02-22 14:26:16 +01:00
steven-omaha 5148cca267 Revert "add error NoGroupFilesInArguments"
This partially reverts commit a4c900c9a7.

TODO.md is unaffected by this.
2023-02-22 14:20:09 +01:00
steven-omaha a7a001d953 enforce arguments present during parsing
correct fix for a4c900c9a
2023-02-22 14:18:34 +01:00
steven-omaha a4c900c9a7 add error NoGroupFilesInArguments 2023-02-22 12:29:02 +01:00
steven-omaha f8f5f9b4d8 add aliases for all subcommands 2023-02-20 13:15:40 +01:00
steven-omaha 7c434a1f84 add aliases for subcommands 2023-02-18 19:01:26 +01:00
steven-omaha 5f4a0caacf update action match function 2023-02-18 19:01:25 +01:00
steven-omaha cec0fa8726 rework argument parser 2023-02-18 19:01:05 +01:00
steven-omaha ec872894db refactor errors.rs 2023-02-18 15:40:57 +01:00
steven-omaha 729312f8c2 add main error types 2023-02-18 15:35:54 +01:00
steven-omaha 87259e702b hint supported rust version 2023-02-18 15:09:01 +01:00
steven-omaha 578c2b7526 version bump to v1.0.0-beta9 2023-02-18 15:01:41 +01:00
steven-omaha 76ef8374cd try fixing compilation on docs.rs and crates.io 2023-02-18 14:50:22 +01:00
steven-omaha 2727d56175 version bump to v1.0.0-beta8 2023-02-18 14:15:05 +01:00
steven-omaha a7451c805b try fixing docs.rs build 2023-02-18 14:14:17 +01:00
steven-omaha 1742624333 fix license identifier 2023-02-18 13:33:57 +01:00
steven-omaha 7ae45ee302 version bump to v1.0.0-beta7 2023-02-18 13:30:23 +01:00
steven-omaha 29a1c16d4b version bump to v1.0.0-beta6 2023-02-17 21:17:54 +01:00
steven-omaha 4223eb19ed use const format for version string 2023-02-17 21:11:54 +01:00
steven-omaha 2768d41344 remove unnecessary clone 2023-02-16 10:49:02 +01:00
steven-omaha 7c44f18462 fix docstring 2023-02-16 10:41:54 +01:00
steven-omaha 6e52b6d3d9 add clippy::map_entry 2023-02-15 17:39:55 +01:00
steven-omaha ead91ef5d6 add lints 2023-02-15 17:18:12 +01:00
steven-omaha b92543afcd add lints, docstrings 2023-02-15 17:14:06 +01:00
steven-omaha f619f0cede add cognitive_complexity lint with limit 10 2023-02-15 16:28:51 +01:00
steven-omaha ab87194850 clean up error contexts 2023-02-15 16:15:54 +01:00
steven-omaha 93075c4bfc replace qualified names with use 2023-02-15 16:11:02 +01:00
steven-omaha e8ae68a374 update doc strings 2023-02-15 15:57:50 +01:00
steven-omaha 9c512073b8 handle non-existing pacdef-related dirs 2023-02-15 15:52:56 +01:00
steven-omaha 9e0913ef25 refactor Config::load 2023-02-15 15:23:11 +01:00
steven-omaha 354e8d4741 version bump to 1.0.0-beta5 2023-02-15 14:16:40 +01:00
steven-omaha 83c05be3d3 refactor get_assumed_group_file_names
is now called get_group_file_paths_matching_args
2023-02-15 13:50:56 +01:00
steven-omaha 4252f6b1dd refactor 'run_edit_command' 2023-02-15 12:10:01 +01:00