doc [skip ci]
This commit is contained in:
parent
99c01b7261
commit
f6cd060c83
1 changed files with 2 additions and 1 deletions
|
|
@ -468,7 +468,8 @@ STDERR is TTY?: false
|
||||||
## [normalize-keywords.clj](normalize-keywords.clj)
|
## [normalize-keywords.clj](normalize-keywords.clj)
|
||||||
|
|
||||||
Provide a Clojure file to the script and it will print the Clojure file with
|
Provide a Clojure file to the script and it will print the Clojure file with
|
||||||
auto-resolved keywords normalized to fully qualified ones: `::set/foo` becomes `:clojure.set/foo`.
|
auto-resolved keywords normalized to fully qualified ones without double colons:
|
||||||
|
`::set/foo` becomes `:clojure.set/foo`.
|
||||||
|
|
||||||
``` clojure
|
``` clojure
|
||||||
$ cat /tmp/test.clj
|
$ cat /tmp/test.clj
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue