mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-03-25 09:25:50 +00:00
Remove unnecessary Fish shell expansion comment
This commit is contained in:
parent
966c671755
commit
e65843064c
1 changed files with 0 additions and 3 deletions
|
|
@ -221,9 +221,6 @@ export class PtyManager extends EventEmitter {
|
|||
const { command: finalCommand, args: finalArgs } = resolved;
|
||||
const resolvedCommand = [finalCommand, ...finalArgs];
|
||||
|
||||
// Note: Fish shell expansion was removed for simplicity
|
||||
// Only basic tab completion is supported via getFishCompletions()
|
||||
|
||||
// Log resolution details
|
||||
if (resolved.resolvedFrom === 'alias') {
|
||||
logger.log(
|
||||
|
|
|
|||
Loading…
Reference in a new issue