Skip to content

Commit

Permalink
mdx change
Browse files Browse the repository at this point in the history
  • Loading branch information
Listener430 committed Jan 1, 2025
1 parent ec3d547 commit 8ece10c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ atmos hello

## Positional Arguments

Atmos also can support positional arguments. If a positional argument is required but not provided by the user,
Atmos also supports positional arguments. If a positional argument is required but not provided by the user,
the command will fail—unless you define a default in your config.
Adding the following to `atmos.yaml` will introduce a new `greet` command that accepts one `name` argument,
but uses a default of "John Doe" if none is provided.
Expand Down

0 comments on commit 8ece10c

Please sign in to comment.