//! Wraps generate tasks.
use crateconfig;
use cratetasks;
use crateTasksAction;
use crateTasksDir;
use Result;
/// Comment to add to top of files generated by this program.
const GENERATED_PRELUDE_COMMENT: &str = "# This file was auto-generated by up.\n";
/// Run `up generate` subcommand.