Skip to content

Commit

Permalink
refactor(App): Update doc comment for rootCommand()
Browse files Browse the repository at this point in the history
Signed-off-by: prajwalch <[email protected]>
  • Loading branch information
prajwalch committed Sep 9, 2024
1 parent 35be1fd commit 4786e1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.zig
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ pub fn createCommand(self: *App, name: []const u8, description: ?[]const u8) Com
/// defer app.deinit();
///
/// var root = app.rootCommand();
/// root.addProperty(.help_on_empty_args);
///
/// // Add arguments and subcommands using `root`.
/// ```
Expand Down

0 comments on commit 4786e1f

Please sign in to comment.