Content: Message content improved.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user