Skip to content

Commit

Permalink
fix: fix indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Jiacheng Xu <xjcmaxwellcjx@gmail.com>
  • Loading branch information
jiachengxu committed Apr 19, 2023
1 parent bdb4275 commit fafbe25
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ You can check the available flags by:
$ leetdoad -h
Usage of leetdoad:
-config-file string
Path of the leetdoad config file (default ".leetdoad.yaml")
Path of the leetdoad config file (default ".leetdoad.yaml")
-cookie string
Cookie that used for scraping problems and solutions from Leetcode website, you can either pass it from here, or set LEETCODE_COOKIE env
Cookie that used for scraping problems and solutions from Leetcode website, you can either pass it from here, or set LEETCODE_COOKIE env
-debug
Debug logs
Debug logs
-version
Show the current leetdoad version
Show the current leetdoad version
-header
Include a header and footer in the scraped submission file in the style of the [VSCode LeetCode extension](https://marketplace.visualstudio.com/items?itemName=LeetCode.vscode-leetcode).
Include a header and footer in the scraped submission file in the style of the [VSCode LeetCode extension](https://marketplace.visualstudio.com/items?itemName=LeetCode.vscode-leetcode).
```

Leetdoad uses a cookie to download your latest submissions from Leetcode, and cookie can be found in your browser when you visit Leetcode website. If you don't know how to find the cookie, Google is your friend.
Expand Down

0 comments on commit fafbe25

Please sign in to comment.