Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: atuin store --help is missing explanations #2095

Closed
SuperSandro2000 opened this issue Jun 6, 2024 · 0 comments · Fixed by #2097
Closed

[Bug]: atuin store --help is missing explanations #2095

SuperSandro2000 opened this issue Jun 6, 2024 · 0 comments · Fixed by #2097
Labels
bug Something isn't working

Comments

@SuperSandro2000
Copy link
Contributor

What did you expect to happen?

Many subcommands have good help texts like atuin account:

Manage your sync account

Usage: atuin account <COMMAND>

Commands:
  login            Login to the configured server
  register
  logout           Log out
  delete           Delete your account, and all synced data
  change-password  Change your password
  help             Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help

What happened?

But atuin store does not:

 ➜ atuin store
Manage the atuin data store

Usage: atuin store <COMMAND>

Commands:
  status
  rebuild
  rekey
  purge
  verify
  push
  pull
  help     Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help

I was searching for atuin purge but couldn't find it and first thought it would delete literally everything.

Also the help for that is rather plain

 ➜ atuin store purge --help
Usage: atuin store purge

Options:
  -h, --help  Print help

Atuin doctor output

Atuin Doctor
Checking for diagnostics

[Filesystem] ZFS is known to have some issues with SQLite. Atuin uses SQLite heavily. If you are having poor performance, there are some workarounds here: https://github.com/atuinsh/atuin/issues/952

Please include the output below with any bug reports or issues

atuin:
  version: 18.2.0
  sync:
    cloud: false
    records: true
    auto_sync: true
    last_sync: 2024-06-06 23:35:10.916150049 +00:00:00
shell:
  name: bash
  default: bash
  plugins:
  - atuin
  - bash-preexec
  preexec: bash-preexec
system:
  os: NixOS
  arch: x86_64
  version: '24.11'
  disks:
....

I know about zfs and that is soon to be fixed by the daemon



### Code of Conduct

- [X] I agree to follow this project's Code of Conduct
@SuperSandro2000 SuperSandro2000 added the bug Something isn't working label Jun 6, 2024
ellie added a commit that referenced this issue Jun 7, 2024
ellie added a commit that referenced this issue Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant