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

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

1.0.0 #

  • Initial version.

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']
0
likes
150
points
18
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)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on argenius