Skip to content

ref: Define command modules manually#2622

Merged
szokeasaurusrex merged 2 commits intomasterfrom
szokeasaurusrex/manually-define-subcommand-mod
Jul 16, 2025
Merged

ref: Define command modules manually#2622
szokeasaurusrex merged 2 commits intomasterfrom
szokeasaurusrex/manually-define-subcommand-mod

Conversation

@szokeasaurusrex
Copy link
Copy Markdown
Member

Don't use the each_subcommand macro, as this prevents cargo fmt from finding any command files to format

Previously, `cargo fmt` was unable to find these files, so CI could not enforce formatting. Fortunately, seems as though most contributors have been using rust-analyzer locally, so there are only a few formatter violations to fix here.
Don't use the `each_subcommand` macro, as this prevents `cargo fmt` from finding any command files to format
szokeasaurusrex added a commit that referenced this pull request Jul 16, 2025
Previously, `cargo fmt` was unable to find these files, so CI could not
enforce formatting. Fortunately, seems as though most contributors have
been using rust-analyzer locally, so there are only a few formatter
violations to fix here.

Prerequisite for #2622
Base automatically changed from szokeasaurusrex/format-commands to master July 16, 2025 14:19
@szokeasaurusrex szokeasaurusrex merged commit c6d075d into master Jul 16, 2025
33 of 49 checks passed
@szokeasaurusrex szokeasaurusrex deleted the szokeasaurusrex/manually-define-subcommand-mod branch July 16, 2025 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants