complete-c elm -n"not __fish_seen_subcommand_from $commands"-a init -d'Start an Elm project'
complete-c elm -n"not __fish_seen_subcommand_from $commands"-a install -d'Fetches packages from Elm repository'
complete-c elm -n"not __fish_seen_subcommand_from $commands"-a bump -d'Figures out the next version number based on API changes'
complete-c elm -n"not __fish_seen_subcommand_from $commands"-a diff -d'See what changed in a package between different versions'
complete-c elm -n"not __fish_seen_subcommand_from $commands"-a publish -d'Publishes your package on package.elm-lang.org so anyone in the community can use it'
complete-c elm -lhelp-d"Show a more detailed description"