Is it possible to specify a default for positional arguments? For example, my tool expects files or directories as positional arguments, but if none are provided it will execute with cwd as the directory. I can't determine from reading the docs whether this is possible, but it doesn't seem like it.