Skip to content

Commit

Permalink
Merge pull request #499 from torzsmokus/patch-1
Browse files Browse the repository at this point in the history
add missing line break to doc
  • Loading branch information
gleitz authored Oct 22, 2024
2 parents af1ce83 + 6237a19 commit 033dd3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/howdoi_advanced_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
won’t be that feasible. Hence, Howdoi has a stashing feature which allows you to save your query, view the query, delete the saved
results and even empty the entire stash ! (see keep documentation for more information on stashing). Here is how you can do this:

- **stashing: howdoi --save QUERY** **viewing: howdoi --view**
- **stashing: howdoi --save QUERY**
- **viewing: howdoi --view**
- **removing: howdoi --remove (will be prompted which answer to delete)**
- **emptying: howdoi --empty (empties entire stash, will be prompted to confirm)**

Expand Down

0 comments on commit 033dd3c

Please sign in to comment.