mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +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 { command: finalCommand, args: finalArgs } = resolved;
|
||||||
const resolvedCommand = [finalCommand, ...finalArgs];
|
const resolvedCommand = [finalCommand, ...finalArgs];
|
||||||
|
|
||||||
// Note: Fish shell expansion was removed for simplicity
|
|
||||||
// Only basic tab completion is supported via getFishCompletions()
|
|
||||||
|
|
||||||
// Log resolution details
|
// Log resolution details
|
||||||
if (resolved.resolvedFrom === 'alias') {
|
if (resolved.resolvedFrom === 'alias') {
|
||||||
logger.log(
|
logger.log(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue