assistant: Remove /project
(#27660)
This PR removes the `/project` command. This was feature-flagged and was never released to the general public. Release Notes: - N/A
This commit is contained in:
parent
a201263448
commit
20eab9038f
5 changed files with 4 additions and 225 deletions
|
@ -7,7 +7,6 @@ mod docs_command;
|
|||
mod fetch_command;
|
||||
mod file_command;
|
||||
mod now_command;
|
||||
mod project_command;
|
||||
mod prompt_command;
|
||||
mod search_command;
|
||||
mod selection_command;
|
||||
|
@ -29,7 +28,6 @@ pub use crate::docs_command::*;
|
|||
pub use crate::fetch_command::*;
|
||||
pub use crate::file_command::*;
|
||||
pub use crate::now_command::*;
|
||||
pub use crate::project_command::*;
|
||||
pub use crate::prompt_command::*;
|
||||
pub use crate::search_command::*;
|
||||
pub use crate::selection_command::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue