Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: clap v3 #13266

Merged
merged 41 commits into from Jan 14, 2022
Merged
Show file tree
Hide file tree
Changes from 39 commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
5e37c0e
redo everything
crowlKats Mar 12, 2021
9aa38b1
Merge branch 'master' into clap_v3
crowlKats Apr 17, 2021
3d87038
fmt
crowlKats Apr 17, 2021
29638f0
Merge branch 'main' into clap_v3
crowlKats May 5, 2021
cc3ce14
Merge branch 'main' into clap_v3
crowlKats May 5, 2021
ed513ce
fix stuff
crowlKats May 6, 2021
2b0d8d2
lock
crowlKats May 17, 2021
59b77c5
Merge branch 'main' into clap_v3
crowlKats Jun 17, 2021
d066c52
ci
crowlKats Jun 17, 2021
5108d06
ci
crowlKats Jun 17, 2021
c256e2d
ci
crowlKats Jun 17, 2021
f7bf322
ci
crowlKats Jun 23, 2021
9424b9d
ci
crowlKats Jul 5, 2021
ac44eee
Merge branch 'main' into clap_v3
crowlKats Sep 18, 2021
2680ac5
CI
crowlKats Oct 28, 2021
c35be07
CI
crowlKats Oct 28, 2021
81170b2
CI
crowlKats Oct 28, 2021
0d246d5
CI
crowlKats Oct 28, 2021
895d978
CI
crowlKats Oct 28, 2021
68622b1
Merge branch 'main' into clap_v3
crowlKats Dec 26, 2021
169d6fa
add fig completions
crowlKats Dec 26, 2021
d2f0ebb
re-add cargo.lock
crowlKats Dec 26, 2021
4c82435
3.0!
crowlKats Jan 2, 2022
f069b80
fmt
crowlKats Jan 2, 2022
dd1a233
clean up subcommand matching
crowlKats Jan 2, 2022
1cf6bb0
fix error handling
crowlKats Jan 3, 2022
0eb274a
make import_map optional for subcommand parsing
crowlKats Jan 3, 2022
4d4774e
fix typo
crowlKats Jan 3, 2022
861951d
fix repl panic
crowlKats Jan 3, 2022
a2b8323
Revert "make import_map optional for subcommand parsing"
crowlKats Jan 3, 2022
05431a4
fix tests
crowlKats Jan 3, 2022
cead5ea
dedupe
crowlKats Jan 3, 2022
7667b93
fix
crowlKats Jan 3, 2022
f49778f
fix repl
crowlKats Jan 3, 2022
9cc18e1
fmt
crowlKats Jan 3, 2022
430ceed
fix
crowlKats Jan 4, 2022
bc82c1a
bump
crowlKats Jan 6, 2022
815bf15
Merge branch 'main' into clap_v3
ry Jan 11, 2022
4a31803
Merge branch 'main' into clap_v3
crowlKats Jan 12, 2022
23e28d4
Merge branch 'main' into clap_v3
crowlKats Jan 12, 2022
72d8171
bump
crowlKats Jan 14, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
111 changes: 62 additions & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion cli/Cargo.toml
Expand Up @@ -51,7 +51,9 @@ atty = "=0.2.14"
base64 = "=0.13.0"
cache_control = "=0.2.0"
chrono = "=0.4.19"
clap = "=2.33.3"
clap = "=3.0.5"
clap_complete = "=3.0.2"
clap_complete_fig = "=3.0.1"
data-url = "=0.1.1"
dissimilar = "=1.0.2"
dprint-plugin-json = "=0.14.0"
Expand Down