We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06e7924 commit ab48872Copy full SHA for ab48872
2 files changed
.toys/generate-updates.rb
@@ -12,6 +12,8 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
+require "uri"
16
+
17
desc "Run standard Google client generation."
18
19
flag :git_remote, "--remote=NAME" do
.toys/generate.rb
optional_arg :api, desc: "API name (optional). Generates all APIs if omitted."
0 commit comments