Skip to content

Commit

Permalink
Merge pull request #226 from stepchowfun/paths
Browse files Browse the repository at this point in the history
Clarify the meaning of the paths for file and directory references
  • Loading branch information
stepchowfun authored Apr 12, 2024
2 parents 4aaa08f + 2562d98 commit b5024c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ A directory reference guarantees that the given directory exists. For example:
# This script will format the files in [dir:src].
```

File and directory paths are relative to the working directory, which is typically the root of the project or repository.

## Tag names

The name of a tag may consist of any UTF-8 text except the right square bracket `]`. Internal whitespace (as in `[tag:foo bar]`) is allowed, and surrounding whitespace (as in `[tag: baz ]`) is ignored. Tag names are case-sensitive, so `[tag:foo]` and `[tag:Foo]` are different tags.
Expand Down

0 comments on commit b5024c4

Please sign in to comment.