File tree Expand file tree Collapse file tree
src/BuslyCLI.Console/Spectre
website/docs/cli-reference/demo Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public static Action<IConfigurator> GetSpectreCommandConfiguration()
4949 {
5050 demo . SetDescription ( "Demo mode for the busly quick start guide." ) ;
5151 demo . AddCommand < StartDemoCommand > ( "start" )
52- . WithDescription ( "Start a demo endpoint that can receive a command and event." ) ;
52+ . WithDescription ( "Start a demo endpoint that can receive any command and a single 'Messages.Events.OrderPlaced' event." ) ;
5353 } ) ;
5454 config . PropagateExceptions ( ) ;
5555 } ;
Original file line number Diff line number Diff line change 1+ import DocCardList from " @theme/DocCardList" ;
2+
3+ # busly demo
4+
5+ Use ` busly demo ` to start up an endpoint for testing busly through the quick start guide.
6+
7+ <DocCardList />
Original file line number Diff line number Diff line change 1+ # busly demo start
2+
3+ Start a demo endpoint that can receive any command and a single 'Messages.Events.OrderPlaced' event.
4+
5+ ## Usage
6+
7+ ```
8+ busly demo start
9+ ```
10+
11+ ## Options
12+
13+ ## Examples
14+
15+ ```
16+
17+ ```
You can’t perform that action at this time.
0 commit comments