caterinaurban / Typpete

34 stars 6 forks source link

Optionally specify the working directory #48

Closed mostafa-abdullah closed 6 years ago

mostafa-abdullah commented 6 years ago

Optionally pass the root directory as the 2nd argument, if not passed, the current working directory is used as a root directory.

For example, to infer the module x/y/z.py with x as the root directory, run typpete with the following command

$ typpete y/z.py x