dart_cmder 0.0.1-prerelease copy "dart_cmder: ^0.0.1-prerelease" to clipboard
dart_cmder: ^0.0.1-prerelease copied to clipboard

This Dart package offers a streamlined and intuitive interface for building powerful Command Line Interface (CLI) applications.

example/main.dart

import 'dart:io';

import 'package:trace/trace.dart';

import 'demo_runner.dart';

void main() {
  final List<String> args = <String>[
    'cmd',
    '--no-enabled',
    '-m',
    'stage',
    '-i',
    'Hello dart_cmder',
    '-l',
    LogLevel.verbose.name,
    '-d',
    '${Directory.current.path}/logs',
  ];

  DemoRunner().run(args);
}
6
likes
0
pub points
18%
popularity

Publisher

verified publishernikosportolos.com

This Dart package offers a streamlined and intuitive interface for building powerful Command Line Interface (CLI) applications.

Repository (GitHub)
View/report issues

Topics

#cli #console #command #interface #terminal

Documentation

Documentation

License

unknown (license)

Dependencies

ansix, args, meta, path, trace

More

Packages that depend on dart_cmder