# 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) |