khoj/src
Debanjum Singh Solanky ca5a8bd113 Make config file a positional argument, as it is required
- Test invalid config file path throws. Remove redundant cli test

- Simplify cli parser code
  - Do not need to explicitly check if args.config_file set.
    argparser checks for positional arguments automatically

- Use standard semantics for cli args
  - All positional args are required. Non positional args are optional

- Improve command line --help description
2022-08-05 01:09:40 +03:00
..
interface Only show large Khoj favicon on web interface 2022-08-04 14:33:29 +03:00
processor Fix escape sequence usage in strings. Remove unneeded import of os 2022-08-03 18:51:55 +03:00
search_filter Fix escape sequence usage in strings. Remove unneeded import of os 2022-08-03 18:51:55 +03:00
search_type Create images directory if doesn't exist, to store image search results 2022-07-28 21:30:31 +04:00
utils Make config file a positional argument, as it is required 2022-08-05 01:09:40 +03:00
__init__.py Move application files under src directory. Update Readmes 2021-08-17 04:11:03 -07:00
main.py Cache queries in /search controller using LRU cache 2022-08-03 18:52:41 +03:00