clip
August 19, 2021 · View on GitHub
CLI Parser inspired by rust clap
⚡ Quickstart
import terisback.clip
app := App{
name: 'My Tremendously Awesome Program'
about: 'Does awesome stuff'
}
println(app) // Prints out help message
August 19, 2021 · View on GitHub
CLI Parser inspired by rust clap
import terisback.clip
app := App{
name: 'My Tremendously Awesome Program'
about: 'Does awesome stuff'
}
println(app) // Prints out help message