Fix absolute_path documentation (#1160)
This commit is contained in:
parent
df8eabb3ef
commit
7800c56c95
@ -988,7 +988,7 @@ The executable is at: /bin/just
|
||||
|
||||
##### Fallible
|
||||
|
||||
- `absolute_path(path)` - Absolute path to relative `path` in the invocation directory. `absolute_path("./bar.txt")` in directory `/foo` is `/foo/bar.txt`.
|
||||
- `absolute_path(path)` - Absolute path to relative `path` in the working directory. `absolute_path("./bar.txt")` in directory `/foo` is `/foo/bar.txt`.
|
||||
|
||||
- `extension(path)` - Extension of `path`. `extension("/foo/bar.txt")` is `txt`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user