mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-21 17:01:13 -03:00
fix(cd): remove duplicated comment introducing the cd builtin
This commit is contained in:
committed by
Johannes Altmanninger
parent
7fb3880b96
commit
4ba98b4d6c
@@ -18,8 +18,6 @@
|
||||
#include "proc.h"
|
||||
#include "wutil.h" // IWYU pragma: keep
|
||||
|
||||
/// The cd builtin. Changes the current directory to the one specified or to $HOME if none is
|
||||
/// specified. The directory can be relative to any directory in the CDPATH variable.
|
||||
/// The cd builtin. Changes the current directory to the one specified or to $HOME if none is
|
||||
/// specified. The directory can be relative to any directory in the CDPATH variable.
|
||||
int builtin_cd(parser_t &parser, io_streams_t &streams, wchar_t **argv) {
|
||||
|
||||
Reference in New Issue
Block a user