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
130
pub points
1%
popularity

Publisher

verified publisherpaveltretyakov.ru

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

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on argenius