Skip to content

Commit

Permalink
pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarTawfik committed Dec 6, 2023
1 parent 16dfaf0 commit 47453c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions crates/infra/cli/generated/infra.zsh-completions

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

2 changes: 1 addition & 1 deletion crates/infra/cli/src/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ enum AppCommand {
Lint(LintController),
/// Perform a full CI run locally, by running 'setup', 'check', 'test', and 'lint' (in that order).
Ci(CiController),
/// Runs local binaries within this repository, forwarding any additional arguments along.
/// Run specific local binaries within this repository, forwarding any additional arguments along.
Run(RunController),
/// Watch for repository file changes, and run the specified workflows as needed.
Watch(WatchController),
Expand Down

0 comments on commit 47453c6

Please sign in to comment.