Content: Message content improved.

This commit is contained in:
2025-02-20 15:26:45 +00:00
parent 54eb1e95d1
commit ccff1e4b7e
3 changed files with 18 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ import argparse
def main():
parser = argparse.ArgumentParser(description='Cover letter autofill')
parser.add_argument('--company_name', '-cn', required=True, help='Company name')
parser.add_argument('--hiring_manager_name', '-hmn', required=True, help='Hiring manager name')
parser.add_argument('--hiring_manager_name', '-hmn', required=False, help='Hiring manager name')
parser.add_argument('--company_commitment', '-cc', required=True, help='Company commitment', default='sustainable innovation')
args = parser.parse_args()
@@ -37,7 +37,7 @@ I'm writing to explore software engineering and data analysis opportunities at {
Throughout my career, I've focused on delivering end-to-end solutions that drive measurable business impact. Whether it's implementing new e-commerce platforms, optimising database performance, or creating automated processing systems, I combine technical excellence with a strong focus on business outcomes.
I'm particularly drawn to {company_name}'s commitment to {company_commitment} and would welcome the opportunity to discuss how my full-stack development experience could contribute to your continued growth.
I'm particularly drawn to {company_name}'s commitment to {company_commitment} and would welcome the opportunity to discuss how my full-stack development experience could contribute to your continued growth. My CV is attached for you review.
Best regards,
Edward Middleton-Smith