We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22180e7 commit d51f730Copy full SHA for d51f730
README.md
@@ -40,7 +40,7 @@ class Program
40
{
41
static void Main( string[] args )
42
43
- //--add ("John Smith" 26 (number=AC2903X balance=3500.00 creditcards=[(CRD01 1000.00) (CRD02 2000.00)]))
+ //--add ("John Smith" 26 account=(number=AC2903X balance=3500.00 creditcards=[(CRD01 1000.00) (CRD02 2000.00)]))
44
CommandLine.Instance.Parse<CustomerCommands>( args );
45
}
46
0 commit comments