9c40abe10a
git-svn-id: file:///srv/devel/repo-conversion/nusu@107 d2e56fa2-650e-0410-a79f-9358c0239efd
14 lines
200 B
Plaintext
14 lines
200 B
Plaintext
/*
|
|
struct CommandLine {
|
|
[Option]
|
|
bool? Option;
|
|
[Option]
|
|
int? Width;
|
|
[Option]
|
|
TypeCode Code;
|
|
[Values]
|
|
string[] Values;
|
|
}
|
|
*/
|
|
|