Skip to content

Commit

Permalink
docs: changed ascii art to aion-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Slug-Boi committed Jul 4, 2024
1 parent e3e2a44 commit f766bbe
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions src/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
`,
Expand Down

0 comments on commit f766bbe

Please sign in to comment.