gg_args 3.0.0
gg_args: ^3.0.0 copied to clipboard
Additions and helpers to the args packages needed by various of our projects.
example/gg_args_example.dart
#!/usr/bin/env dart
// @license
// Copyright (c) ggsuite. All Rights Reserved.
//
// Use of this source code is governed by terms that can be
// found in the LICENSE file in the root of this package.
Future<void> main() async {
print('Look into the tests to see gg_args in action.');
}