# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/.
import sys from pathlib import Path
import pytest from buildconfig import topsrcdir from mozunit import main
result, stdout, stderr = run_completion(["cmd_f"]) assert result == 0 # While it seems like this should return only commands that have # 'cmd_f' as a prefix, the completion script will handle this case # properly. assert stdout == format(ALL_COMMANDS)
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.