dossh v0.1.0 Dossh.CLI

Handle the command line parsing and the dispatch to the various functions that end up generating a table digital ocean droplets with their names and ip addresses

Summary

Functions

argv can be -h or —help, which returns :help. if no arguments are given it will simply return the table of names and ip addresses

Functions

droplet_info_string(droplet)
main(argv)
parse_args(argv)

argv can be -h or —help, which returns :help. if no arguments are given it will simply return the table of names and ip addresses

process(atom)
render_table(droplets)
rows(droplets)