Skip to content

Commit 797ce75

Browse files
committed
Add clarification on quoting and file names
To the README.md Test plan: * N/A
1 parent 5d6acb0 commit 797ce75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ $> find . -name *.ain | fzf -m | ain
182182

183183
Template file names specified on the command line are read before any names from a pipe. This means that `echo create-blog-post.ain | ain base.ain` is the same as `ain base.ain create-blog-post.ain`.
184184

185+
Ain function the same bash when it comes to file names: if they contain white-space the name should be quoted.
186+
185187
# Supported sections
186188
Sections are case-insensitive and whitespace ignored but by convention uses CamelCase and are left indented. A section cannot be defined twice in a file. A section ends where the next begins or the file ends.
187189

0 commit comments

Comments
 (0)