diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2019-04-07 00:13:06 +0200 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-04-07 01:13:06 +0300 |
| commit | 780e72ab6a092a6a7174c30bf4163857770d2ad0 (patch) | |
| tree | 035bf5426c6c50f3cec4790700a29563c45db8b8 /tests/028_args.ts.out | |
| parent | cb11bbd8396fc3f6607481d50a4c82db0bfeffb7 (diff) | |
Refactor CLI flag parsing (#2025)
Diffstat (limited to 'tests/028_args.ts.out')
| -rw-r--r-- | tests/028_args.ts.out | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/028_args.ts.out b/tests/028_args.ts.out new file mode 100644 index 000000000..003599c0d --- /dev/null +++ b/tests/028_args.ts.out @@ -0,0 +1,7 @@ +tests/028_args.ts +--arg1 +val1 +--arg2=val2 +-- +arg3 +arg4 |
