Skip to content

Commit

Permalink
no default dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricedesaxe committed Jul 18, 2024
1 parent fd2b81c commit b115b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func main() {
// flag "--file" to specify the file to sort
file := flag.String("file", "", "Specify the file to sort")
// flag "--dir" to specify the directory to sort
dir := flag.String("dir", "./templates", "Specify the directory to sort")
dir := flag.String("dir", "", "Specify the directory to sort")
flag.Parse()

templCSSSort(Flags{
Expand Down

0 comments on commit b115b64

Please sign in to comment.