blob: 2eff4b1bfd61be9f7498188c078c070efe230e53 [file] [log] [blame] [view]
# fx args
manually edit args.gn for the current build directory
```none
If FUCHSIA_BUILD_DIR is out/default, this is simply:
gn args out/default
It is useful for seeing and editing the arguments that are currently
configured.
```
[args source code](https://cs.opensource.google/fuchsia/fuchsia/+/main:tools/devshell/args)