feat: interactive ignore from

main
sudo pacman -Syu 2023-06-29 17:46:34 +07:00
parent 7af423818f
commit bf0cd1bffd
1 changed files with 0 additions and 3 deletions

View File

@ -42,9 +42,6 @@ func (a *action) RunGenerate(c *cli.Context) error {
fmt.Printf("Input version (%s):\n", flagVersionUsage)
a.flags.version = ioe.ReadInput()
fmt.Printf("Input from (%s):\n", flagFromUsage)
a.flags.from = ioe.ReadInputEmpty()
fmt.Printf("Input to (%s):\n", flagToUsage)
a.flags.to = ioe.ReadInputEmpty()
}