We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e26bea5 commit c5e25e3Copy full SHA for c5e25e3
main.go
@@ -37,6 +37,7 @@ func main() {
37
fmt.Println(" file-for-ai /path/to/directory")
38
fmt.Println(" file-for-ai '*.txt'")
39
fmt.Println(" file-for-ai /path/to/directory --output custom-output.txt")
40
+ fmt.Println("\nFor more information, visit https://github.com/num30/file-for-ai?tab=readme-ov-file#file-for-ai")
41
os.Exit(1)
42
}
43
0 commit comments