argenius 1.1.1 copy "argenius: ^1.1.1" to clipboard
argenius: ^1.1.1 copied to clipboard

Library for parsing commandline arguments and using then with global scope or parse string commands on any other time

1.1.1 #

  • Updated dartdoc documentation
  • Updated base github action

1.1.0 #

  • Added github action to publish tags
  • Added method stringToList(). The method parsing string to arguments list
Argenius.stringToList('dart run hello --world Name')
// returns: ['dart', 'run', 'hello', '--world', 'Name']

1.0.0 #

  • Initial version.
0
likes
150
points
43
downloads

Publisher

verified publisherpaveltretyakov.ru

Weekly Downloads

Library for parsing commandline arguments and using then with global scope or parse string commands on any other time

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on argenius