mirror of
https://github.com/kbwo/testing-language-server.git
synced 2025-08-03 07:12:14 +00:00
refactor: fix comment
This commit is contained in:
parent
ef51778b60
commit
c856f69086
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ pub struct DiscoverArgs {
|
|||
pub extra: Vec<String>,
|
||||
}
|
||||
|
||||
/// Arguments for `<adapter command> discover` command
|
||||
/// Arguments for `<adapter command> run-file-test` command
|
||||
#[derive(clap::Args, Debug)]
|
||||
#[command(version, about, long_about = None)]
|
||||
pub struct RunFileTestArgs {
|
||||
|
@ -36,7 +36,7 @@ pub struct RunFileTestArgs {
|
|||
pub extra: Vec<String>,
|
||||
}
|
||||
|
||||
/// Arguments for `<adapter command> discover` command
|
||||
/// Arguments for `<adapter command> detect-workspace` command
|
||||
#[derive(clap::Args, Debug)]
|
||||
#[command(version, about, long_about = None)]
|
||||
pub struct DetectWorkspaceArgs {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue