blob: 57e47cd36b870af8e9a7edf77fef313fd41b7dd7 [file] [log] [blame]
// 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 = '.';