| // Copyright 2020 The Fuchsia Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| /// The path, relative to a Fuchsia checkout, where we expect to find the fx | |
| /// executable. | |
| const fxLocation = '.jiri_root/bin/fx'; | |
| /// When passed as an argument, we take this to represent a desire for the | |
| /// current working directory. | |
| const cwdToken = '.'; |