-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
A:completionsIssues related to tab completionIssues related to tab completioncategory:bugSomething isn't workingSomething isn't workingcategory:regressionSomething that worked does not work anymore.Something that worked does not work anymore.
Milestone
Description
Describe the bug
Completing subcommand completions does not work
How to reproduce
help<tab>lists subcommands (correct)help <tab>lists file names (wrong)help mo<tab>does not list anything (wrong)
Expected behavior
All three cases should show help subcommands completions.
Screenshots
No response
Configuration
| key | value |
|---|---|
| version | 0.74.1 |
| branch | main |
| commit_hash | be32aee |
| build_os | linux-x86_64 |
| build_target | x86_64-unknown-linux-gnu |
| rust_version | rustc 1.65.0 (897e37553 2022-11-02) |
| rust_channel | 1.65.0-x86_64-unknown-linux-gnu |
| cargo_version | cargo 1.65.0 (4bc8f24d3 2022-10-20) |
| pkg_version | 0.74.1 |
| build_time | 2023-01-18 08:32:51 +02:00 |
| build_rust_channel | release |
| features | database, dataframe, default, trash, which, zip |
| installed_plugins | gstat, hist, plot, xyplot |
Additional context
I'm pretty sure this is a regression from 0.74 or 0.73, I remember subcommand completions working correctly not so long ago.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A:completionsIssues related to tab completionIssues related to tab completioncategory:bugSomething isn't workingSomething isn't workingcategory:regressionSomething that worked does not work anymore.Something that worked does not work anymore.