You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- <csr-id-2f720cf5610c215dc4fbb7cd270fe055fd403b42/> Mark shared arguments as global for general accessibility
21
+
- Added `global = true` to all arguments shared between aggregate and interactive subcommands
22
+
- Removed duplicate `input` fields from Interactive and Aggregate subcommands
23
+
- Updated main.rs to use opt.input instead of subcommand-specific input
24
+
- Global arguments now work with both subcommands and can be specified before or after the subcommand
25
+
26
+
### Commit Statistics
27
+
28
+
<csr-read-only-do-not-edit/>
29
+
30
+
- 10 commits contributed to the release over the course of 64 calendar days.
31
+
- 69 days passed between releases.
32
+
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
33
+
- 0 issues like '(#ID)' were seen in commit messages
34
+
35
+
### Commit Details
36
+
37
+
<csr-read-only-do-not-edit/>
38
+
39
+
<details><summary>view details</summary>
40
+
41
+
***Uncategorized**
42
+
- Merge pull request #309 from Byron/copilot/add-env-support-global-arguments ([`72f149c`](https://github.com/Byron/dua-cli/commit/72f149ce0aa2c88bad71d22d46b864a38362e10a))
43
+
- Add environment variable support for all global arguments ([`85c7c72`](https://github.com/Byron/dua-cli/commit/85c7c7218cbb70b0626f430afd03ed819387e9e2))
44
+
- Merge pull request #307 from Byron/copilot/mark-global-arguments-in-clap ([`a2973a6`](https://github.com/Byron/dua-cli/commit/a2973a655e9c33f08d17dcecde1f6ef6827f1182))
45
+
- Mark shared arguments as global for general accessibility ([`2f720cf`](https://github.com/Byron/dua-cli/commit/2f720cf5610c215dc4fbb7cd270fe055fd403b42))
46
+
- Merge pull request #300 from drkane/drkane-patch-1 ([`8570c15`](https://github.com/Byron/dua-cli/commit/8570c1543e3cd0983725f6e1938bf3e73442678a))
- Don't let 'q' quit instantly if it's still collecting files. ([`847af46`](https://github.com/Byron/dua-cli/commit/847af46ba643c53b8d5aa7a9a3abd9ff37032311))
0 commit comments