File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Then use different command styles in the command line to populate an instance of
64
64
### Linux/GNU Style
65
65
66
66
``` bash
67
- $ demo.exe " C:/Users/lvyi/Desktop/demo.txt" -s --mode Edit --startup-sessions A B C
67
+ $ demo.exe " C:/Users/lvyi/Desktop/demo.txt" -s --mode Edit --startup-sessions A --startup-sessions B --startup-sessions C
68
68
```
69
69
70
70
### .NET CLI Style
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ class Options
64
64
### Linux/GNU 风格
65
65
66
66
``` bash
67
- $ demo.exe " C:/Users/lvyi/Desktop/demo.txt" -s --mode Edit --startup-sessions A B C
67
+ $ demo.exe " C:/Users/lvyi/Desktop/demo.txt" -s --mode Edit --startup-sessions A --startup-sessions B --startup-sessions C
68
68
```
69
69
70
70
### .NET CLI 风格
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ class Options
65
65
### Linux/GNU 風格
66
66
67
67
``` bash
68
- $ demo.exe " C:/Users/lvyi/Desktop/demo.txt" -s --mode Edit --startup-sessions A B C
68
+ $ demo.exe " C:/Users/lvyi/Desktop/demo.txt" -s --mode Edit --startup-sessions A --startup-sessions B --startup-sessions C
69
69
```
70
70
71
71
### .NET CLI 風格
You can’t perform that action at this time.
0 commit comments