mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-18 05:50:30 -07:00
chore: minor nits
This commit is contained in:
@@ -44,7 +44,7 @@ export function isSafeRegExp(pattern: string): boolean {
|
||||
|
||||
export interface ArgsPatternResult {
|
||||
pattern: string | undefined;
|
||||
display?: string;
|
||||
display: string | undefined;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user