Skip to content

Commit

Permalink
docs: update commands module docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gnkz committed Aug 22, 2023
1 parent c88883a commit 33cae93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/reference/modules/commands.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Commands

#### **`create() → (Command)`**

Creates a new empty `Command` struct.

#### **`create(string input) → (Command)`**

Creates a new `Command` struct using the provided `input` as the executable.
Expand Down

0 comments on commit 33cae93

Please sign in to comment.