|
1 |
| -<?xml version="1.0" encoding="utf-8"?> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Model>
|
3 | 3 | <!--DEFAULT COMMAND-->
|
4 | 4 | <Command Name="__default_command" IsBranch="false" IsDefault="true" ClrType="Spectre.Console.Tests.Data.DogCommand" Settings="Spectre.Console.Tests.Data.DogSettings">
|
|
14 | 14 | <Argument Name="AGE" Position="1" Required="true" Kind="scalar" ClrType="System.Int32" />
|
15 | 15 | <Option Short="a" Long="alive,not-dead" Value="NULL" Required="false" Kind="flag" ClrType="System.Boolean">
|
16 | 16 | <Description>Indicates whether or not the animal is alive.</Description>
|
| 17 | + <DefaultValue>False</DefaultValue> |
| 18 | + </Option> |
| 19 | + <Option Short="g" Long="good-boy" Value="NULL" Required="false" Kind="flag" ClrType="System.Boolean"> |
| 20 | + <DefaultValue>False</DefaultValue> |
17 | 21 | </Option>
|
18 |
| - <Option Short="g" Long="good-boy" Value="NULL" Required="false" Kind="flag" ClrType="System.Boolean" /> |
19 | 22 | <Option Short="n,p" Long="name,pet-name" Value="VALUE" Required="false" Kind="scalar" ClrType="System.String" />
|
20 | 23 | </Parameters>
|
21 | 24 | </Command>
|
|
32 | 35 | </Argument>
|
33 | 36 | <Option Short="a" Long="alive,not-dead" Value="NULL" Required="false" Kind="flag" ClrType="System.Boolean">
|
34 | 37 | <Description>Indicates whether or not the animal is alive.</Description>
|
| 38 | + <DefaultValue>False</DefaultValue> |
35 | 39 | </Option>
|
36 | 40 | <Option Short="d" Long="day" Value="MON|TUE" Required="false" Kind="scalar" ClrType="System.DayOfWeek" />
|
37 | 41 | <Option Short="" Long="directory" Value="NULL" Required="false" Kind="scalar" ClrType="System.IO.DirectoryInfo" />
|
38 |
| - <Option Short="" Long="file" Value="NULL" Required="false" Kind="scalar" ClrType="System.IO.FileInfo" /> |
| 42 | + <Option Short="" Long="file" Value="NULL" Required="false" Kind="scalar" ClrType="System.IO.FileInfo"> |
| 43 | + <DefaultValue>food.txt</DefaultValue> |
| 44 | + </Option> |
39 | 45 | <Option Short="n,p" Long="name,pet-name" Value="VALUE" Required="false" Kind="scalar" ClrType="System.String" />
|
40 | 46 | </Parameters>
|
41 | 47 | </Command>
|
42 |
| -</Model> |
| 48 | +</Model> |
0 commit comments