github.com/mvdan/u-root-coreutils@v0.0.0-20230122170626-c2eef2898555/cmds/core/gosh/testdata/fuzz/gosh.dict (about)

     1  # libfuzzer keyword dictionary used for fuzzing gosh
     2  true="true"
     3  false="false"
     4  exit="exit"
     5  set="set"
     6  shift="shift"
     7  unset="unset"
     8  echo="echo"
     9  printf="printf"
    10  break="break"
    11  continue="continue"
    12  pwd="pwd"
    13  cd="cd"
    14  builtin="builtin"
    15  eval="eval"
    16  source="source"
    17  openingBracket="["
    18  closingBracket="]"
    19  test="test"
    20  exec="exec"
    21  command="command"
    22  dirs="dirs"
    23  pushd="pushd"
    24  popd="popd"
    25  return="return"
    26  read="read"
    27  getopts="getopts"
    28  shopts="shopts"
    29  alias="alias"
    30  unalias="unalias"
    31  trap="trap"
    32  type="type"
    33  flag1="-e"
    34  flag2="-n"
    35  flag3="-E"
    36  flag4="-a"
    37  flag5="-f"
    38  flag6="-P"
    39  flag7="-p"
    40  flag8="-t"
    41  flag9="-r"
    42  flag10="-s"
    43  flag11="-o"
    44  flag12="-q"
    45  flag13="-l"
    46  help="--help"
    47  flagExpr="-"
    48  flagExpr2="--"