diff --git a/src/cmd/root.go b/src/cmd/root.go index f91e184..da86eb9 100644 --- a/src/cmd/root.go +++ b/src/cmd/root.go @@ -12,19 +12,13 @@ var rootCmd = &cobra.Command{ Use: "aion", Short: "A scheduling tool that takes in wishes and outputs a schedule", //TODO: CHANGE TO AION ACSII ART LATER - Long: ` - _ - ___ ___ ___| |_ ___ ___ -| . | . | . | | -_| _| -|_ |___| _|_|_|___|_| -|___| |_| - - _ _ _ - ___ ___| |_ ___ _| |_ _| |___ ___ -|_ -| _| | -_| . | | | | -_| _| -|___|___|_|_|___|___|___|_|___|_| - - + Long: ` + _____ _ _ _ +| _ |_|___ ___ ___ ___| |_| +| | | . | |___| _| | | +|__|__|_|___|_|_| |___|_|_| + + This is a CLI tool scheduling tool that takes in timeslot wishes and outputs a schedule. The tool was designed around google forms format and should therefore work with any format that is similar to the google forms format. `,