aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.rs
AgeCommit message (Expand)Author
2020-08-30diff_options: Clean up codeTeddy Wing
2020-08-29git-sugdiff: Use `diff_options.parse()` to extract diff optionsTeddy Wing
2020-08-04Add license (GNU GPLv3+)Teddy Wing
2020-08-03Config: Add a version argumentTeddy Wing
2020-08-02Add documentation commentsTeddy Wing
2020-08-02Move suggestion arguments check to `Config::get`Teddy Wing
2020-08-02Config: Add description to `--github-token` argumentTeddy Wing
2020-08-02Config: Add description to `--remote` argumentTeddy Wing
2020-08-02Add `-h` argumentTeddy Wing
2020-08-02git-sugpatch: Print usage with no suggestion argumenetTeddy Wing
2020-08-02Config: Remove old lineTeddy Wing
2020-08-02config::Error::EnvVar: Include the variable name in the error messageTeddy Wing
2020-08-02config::Error::Opts: Include source error in messageTeddy Wing
2020-08-02git-sugpatch: Error if no remote and suggestion ID argumentTeddy Wing
2020-08-01Config: Add suggestion argumentsTeddy Wing
2020-08-01Config: Extract `remote` into functionTeddy Wing
2020-08-01Config: Move `github_token` to a functionTeddy Wing
2020-08-01Get configTeddy Wing